crypto/tls.clientHelloMsg.secureRenegotiationSupported (field)

12 uses

	crypto/tls (current package)
		handshake_client.go#L80: 		secureRenegotiationSupported: true,
		handshake_client.go#L196: 		hello.secureRenegotiationSupported = false
		handshake_messages.go#L87: 	secureRenegotiationSupported     bool
		handshake_messages.go#L135: 	if m.secureRenegotiationSupported && !echInner {
		handshake_messages.go#L435: 	m.secureRenegotiationSupported = false
		handshake_messages.go#L442: 			m.secureRenegotiationSupported = true
		handshake_messages.go#L570: 			m.secureRenegotiationSupported = true
		handshake_messages.go#L704: 		secureRenegotiationSupported:     m.secureRenegotiationSupported,
		handshake_server.go#L263: 	hs.hello.secureRenegotiationSupported = hs.clientHello.secureRenegotiationSupported
		handshake_server_tls13.go#L706: 		ch.secureRenegotiationSupported != ch1.secureRenegotiationSupported ||